home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / wordperf.exe / GOHARD.BAT < prev    next >
DOS Batch File  |  1992-02-19  |  285b  |  22 lines

  1. echo off
  2. cls
  3. type install.txt
  4. pause
  5. c:
  6. md \wordptut
  7. cd\wordptut
  8. cls
  9. echo.........insert diskette #1 in drive A !
  10. pause
  11. copy a:*.1st 
  12. copy a:*.dbd
  13. copy a:learn.exe
  14. cls
  15. echo.........insert diskette #2 in drive A !
  16. pause
  17. copy a:*.dbd
  18. echo off
  19. cls
  20. type finished.txt
  21. 
  22.